home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / Hash_DeleteEntry.man < prev    next >
Encoding:
Text File  |  1989-11-17  |  1.2 KB  |  69 lines

  1.  
  2.  
  3.  
  4. Hash_DeleteEntry      C Library Procedures       Hash_DeleteEntry
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      Hash_DeleteEntry - remove an  existing  entry  from  a  hash
  12.      table
  13.  
  14. SSYYNNOOPPSSIISS
  15.      ##iinncclluuddee <<hhaasshh..hh>>
  16.  
  17.      HHaasshh__DDeelleetteeEEnnttrryy(_t_a_b_l_e_P_t_r, _e_n_t_r_y_P_t_r)
  18.  
  19. AARRGGUUMMEENNTTSS
  20.      Hash_Table   *_t_a_b_l_e_P_t_r   (in)      Table in which to  delete
  21.                                         entry.
  22.  
  23.      Hash_Entry   *_e_n_t_r_y_P_t_r   (in)      Address   of   entry   to
  24.                                         delete   (must  exist  in
  25.                                         table).   If  NULL,   the
  26.                                         procedure does nothing.
  27.  
  28. _________________________________________________________________
  29.  
  30.  
  31. DDEESSCCRRIIPPTTIIOONN
  32.      HHaasshh__DDeelleetteeEEnnttrryy removes the  given  entry  from  the  given
  33.      table.
  34.  
  35.  
  36. KKEEYYWWOORRDDSS
  37.      delete, hash table
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  November 17, 1989                  1
  66.  
  67.  
  68.  
  69.